crypto/tls.SessionState.cipherSuite (field)
16 uses
crypto/tls (current package)
handshake_client.go#L317: suite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L448: if mutualCipherSuite(hello.cipherSuites, session.cipherSuite) == nil {
handshake_client.go#L464: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L487: if session.EarlyData && mutualCipherSuiteTLS13(hello.cipherSuites, session.cipherSuite) != nil {
handshake_client.go#L907: if hs.session.cipherSuite != hs.suite.id {
handshake_client_tls13.go#L347: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L462: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L602: if hs.session.cipherSuite != c.cipherSuite {
handshake_server.go#L465: if id == sessionState.cipherSuite {
handshake_server.go#L475: suite := selectCipherSuite([]uint16{sessionState.cipherSuite},
handshake_server_tls13.go#L356: pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)
handshake_server_tls13.go#L407: sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
ticket.go#L82: cipherSuite uint16
ticket.go#L116: b.AddUint16(s.cipherSuite)
ticket.go#L191: !s.ReadUint16(&ss.cipherSuite) ||
ticket.go#L296: cipherSuite: c.cipherSuite,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |